ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartSeriesBase<T> Class / AxisX Property






In This Topic
    AxisX Property (ChartSeriesBase<T>)
    In This Topic
    Gets or sets the x-axis for the series.
    Syntax
    'Declaration
     
    
    Public Property AxisX As ChartAxis(Of T)
    'Usage
     
    
    Dim instance As ChartSeriesBase(Of T)
    Dim value As ChartAxis(Of T)
     
    instance.AxisX = value
     
    value = instance.AxisX
    public ChartAxis<T> AxisX {get; set;}
    public read-write property AxisX: ChartAxis; 
    public function get,set AxisX : ChartAxis
    public: __property ChartAxis<T*>* get_AxisX();
    public: __property void set_AxisX( 
       ChartAxis<T*>* value
    );
    public:
    property ChartAxis<T^>^ AxisX {
       ChartAxis<T^>^ get();
       void set (    ChartAxis<T^>^ value);
    }
    See Also